'Declaration
Public Overloads Shared Function Create( _ ByVal e As Exception, _ ByVal defaultCode As UInteger, _ ByVal format As String, _ ByVal ParamArray args() As Object _ ) As ServiceResult
'Usage
Dim e As Exception Dim defaultCode As UInteger Dim format As String Dim args() As Object Dim value As ServiceResult value = ServiceResult.Create(e, defaultCode, format, args)
public static ServiceResult Create( Exception e, uint defaultCode, string format, params object[] args )
public: static ServiceResult^ Create( Exception^ e, uint defaultCode, String^ format, ... array<Object^>^ args )
Parameters
- e
- defaultCode
- format
- args